Skip to main content

DescribeGroupStruct

Description

No description for this api.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeGroupStruct

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
TagIdListBODYstringNoNo sample value for this parameter.host asset tag ID.
versionBODYstringNo2016-01-01version of api
RemarkBODYstringNoNo sample value for this parameter.host asset IP or instance name.

Return data

NameTypeSample valueDescription
GroupNamestringno demo valueasset group name.
ChildGroupslistno demo valuesub-asset grouping information.
RequestIdstringno demo valuerequest ID.
GroupLevelintegerno demo valuethe level of asset grouping.
Groupslistno demo valueasset grouping information, see the following parameter description for specific sub-items.
GroupIndexintegerno demo valueasset grouping sorting displays serial number.
GroupFatherintegerno demo valueparent node asset group ID.
GroupFlagintegerno demo valueasset grouping type: 1: indicates a non-leaf node group, that is, there are other asset groups in the group 0: indicates leaf node grouping
GroupIdlongno demo valueasset group ID.

Example

Successful Response example

{
"GroupName":"no demo value",
"ChildGroups":"no demo value",
"RequestId":"no demo value",
"GroupLevel":"no demo value",
"Groups":"no demo value",
"GroupIndex":"no demo value",
"GroupFather":"no demo value",
"GroupFlag":"no demo value",
"GroupId":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}